ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / GetError Property

In This Topic
    GetError Property (IItemsSource<T>)
    In This Topic
    Gets or sets a callback that determines whether a specific property of an item contains validation errors.
    Syntax
    'Declaration
     
    Property GetError As String
    string GetError {get; set;}
    See Also